ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CachedMap<TSource,TValue> Class / Item Property

In This Topic
    Item Property (CachedMap<TSource,TValue>)
    In This Topic
    Gets value from cache by index
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As TValue
    public TValue this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also